Leadtools Namespace > RasterCollection<T> Class : ItemAdded Event |
public event EventHandler<RasterCollectionEventArgs<T>> ItemAdded
'Declaration Public Event ItemAdded As EventHandler(Of RasterCollectionEventArgs(Of T))
'Usage Dim instance As RasterCollection(Of T) Dim handler As EventHandler(Of RasterCollectionEventArgs(Of T)) AddHandler instance.ItemAdded, handler
public event EventHandler<RasterCollectionEventArgs<T>> ItemAdded
add_ItemAdded(function(sender, e)) remove_ItemAdded(function(sender, e))
public: event EventHandler<RasterCollectionEventArgs<T^>^>^ ItemAdded
The event handler receives an argument of type RasterCollectionEventArgs<T> containing data related to this event. The following RasterCollectionEventArgs<T> properties provide information specific to this event.
Property | Description |
---|---|
Item | The object that has been added or removed. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2